"use client"; import styles from "./info.module.css"; import Link from "next/link"; import { storeLocal } from "../../history/storeData"; export default function Buttons({ content: data }) { let hasValidLinks = false; function store_to_local(title, chapter, volume, image, id, id2) { let data = { title: title, chapter: chapter, volume: volume, image: image, id: id, mangaId: id2, }; storeLocal(data); } return (
Links not found
)}